--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit f966f6cc71ec6becb1b0bebff969144ff11bcbbc
Parents : 5617fd8
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-06-22T02:49:07+02:00
Fixed f-string
Changes
Diff
diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index da537d79..1883d9d3 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -431,7 +431,7 @@ class SidebandCore():
if "APPIMAGE" in os.environ:
try:
- RNS.log(f"Checking appimage path integration for {os.environ["APPIMAGE"]}", lde_level)
+ RNS.log(f"Checking appimage path integration for {os.environ['APPIMAGE']}", lde_level)
appimage_path = os.environ["APPIMAGE"]
link_path = local_bin_dir+"/sideband"
sideband_exec_path = shutil.which("sideband")
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────